func runtime.concatstrings
5 uses
runtime (current package)
string.go#L25: func concatstrings(buf *tmpBuf, a []string) string {
string.go#L60: return concatstrings(buf, []string{a0, a1})
string.go#L64: return concatstrings(buf, []string{a0, a1, a2})
string.go#L68: return concatstrings(buf, []string{a0, a1, a2, a3})
string.go#L72: return concatstrings(buf, []string{a0, a1, a2, a3, a4})
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |